home *** CD-ROM | disk | FTP | other *** search
/ HSD Spell / HSD Spell Disc 1.diskimage / HSDSpell.pkg / HSDSpell.post_delete < prev    next >
Encoding:
Text File  |  1993-03-26  |  263 b   |  12 lines

  1. #!/bin/csh
  2. #
  3. # post delete script to remove the dictionary directory (dicts) and the
  4. # HSDSpell.app directory from the location where the contents of the
  5. # package were installed
  6. #
  7.  
  8. # remove the directories
  9. /bin/rm -rf $2/HSDSpell.app
  10.  
  11. # exit successfully
  12. exit(0)